Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoPolyhedralSurface Class / GeoPolyhedralSurface Constructor / GeoPolyhedralSurface Constructor(IEnumerable<GeoPolygon>)
The polygons.

In This Topic
    GeoPolyhedralSurface Constructor(IEnumerable<GeoPolygon>)
    In This Topic
    Initializes a new instance of the GeoPolyhedralSurface class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal polygons As IEnumerable(Of GeoPolygon) _
    )
    public GeoPolyhedralSurface( 
       IEnumerable<GeoPolygon> polygons
    )

    Parameters

    polygons
    The polygons.
    See Also